home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / metasploit / src / passivex / PassiveXLib.h < prev    next >
C/C++ Source or Header  |  2006-06-30  |  558b  |  31 lines

  1. /*
  2.  *  This file is part of the Metasploit Exploit Framework
  3.  *  and is subject to the same licenses and copyrights as
  4.  *  the rest of this package.
  5.  */
  6.  
  7. #ifndef _PASSIVEXLIB_H
  8. #define _PASSIVEXLIB_H
  9.  
  10. #define _WIN32_WINNT 0x0400
  11. #define _ATL_APARTMENT_THREADED
  12.  
  13. #include <stdlib.h>
  14. #include <stdio.h>
  15. #include <windows.h>
  16. #include <wininet.h>
  17. #include <time.h>
  18.  
  19. #include <atlbase.h>
  20.  
  21. extern CComModule _Module;
  22.  
  23. #include <atlcom.h>
  24. #include <atlctl.h>
  25.  
  26. #include "resource.h"
  27. #include "PassiveX.h"
  28. #include "CPassiveX.h"
  29.  
  30. #endif
  31.